In This Topic
Sets the stamp type.
The stamp name defines the stamp's visual appearance. The library supports a predefined set of names for which standard appearance is created. When a custom name is used, a custom appearance must also be provided.
Syntax
public void setStampType(
java.lang.String
)
|
Parameters
- stampType
- The type of the stamp.
Exceptions
| Exception | Description |
| java.lang.IllegalArgumentException | when stampType is null or empty. |
See Also